projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4126f27
)
(regex_compile): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Tue, 28 Nov 2006 01:12:50 +0000
(
01:12
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 28 Nov 2006 01:12:50 +0000
(
01:12
+0000)
src/regex.c
patch
|
blob
|
history
diff --git
a/src/regex.c
b/src/regex.c
index 7967a481ae9917d8f83fff144449bc2a308dd012..c107ef2428b52f6a07fc029267ec344414e969fe 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-2939,7
+2939,7
@@
regex_compile (pattern, size, syntax, bufp)
for (ch = 0; ch < 1 << BYTEWIDTH; ++ch)
{
int translated = TRANSLATE (ch);
- if (translate < 1 << BYTEWIDTH
+ if (translate
d
< 1 << BYTEWIDTH
&& re_iswctype (btowc (ch), cc))
SET_LIST_BIT (translated);
}